home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1179 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  273 b   |  13 lines

  1. stop();
  2. _parent._parent.land_array.push(this._name);
  3. this.swapDepths(100 + _parent._parent.dep++);
  4. var noWalk = true;
  5. onEnterFrame = function()
  6. {
  7.    if(this.hitTest(_parent._parent.man.zhongquan))
  8.    {
  9.       delete this.onEnterFrame;
  10.       this.play();
  11.    }
  12. };
  13.